home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / eText.subproj / KeyBindingFiles / arrow.keys next >
Encoding:
Text File  |  1995-07-28  |  316 b   |  13 lines

  1. #shft-down       scroll fwd page
  2. sn'fl=scroll:1 :-1
  3. #shft-up         scroll back page
  4. sn'›=scroll:-1 :1
  5. #ctrl-up         scroll to start
  6. cn'›=scroll:-9999 :0
  7. #ctrl-down       scroll to end
  8. cn'fl=scroll:9999 :0
  9. #shift-left      move to begining of line
  10. sn'‹=lineBegin:0
  11. #shift-right     move to end of line
  12. sn'fi=lineEnd:0
  13.